STEP 8: Now that our sprite can jump, it's time to add some rocks for it to jump through!
- Go to and drag out Interval Event.
- Click Run to test your event. The ship should turn left 15 degrees every 2 seconds!
The interval() event lets us tell our program to do a certain action every certain number of seconds. In this case, our interval() event is set to run every 2 seconds.
To navigate the page using the TAB key, first press ESC to exit the code editor.